home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
halt
/
scripts
/
DefineButton2_168
/
BUTTONCONDACTION on(release).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
412 b
|
20 lines
on(release){
if(_parent.halt._visible ne true or _level0.lib.screenisOn == 1)
{
if(_level0.Data.quitConf eq "1")
{
if(_level0.lib.channelMode eq true)
{
fscommand("ch_stop");
channelMode = false;
}
call("quitPrompt");
}
else
{
call("quit");
}
}
_level50.gotoAndStop("off");
}